home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d892.lha / DviHp / DviHp.doc < prev    next >
Text File  |  1993-05-17  |  9KB  |  227 lines

  1.  
  2.             +-------------------------------------------------+
  3.             | DviHp V 1.0, (C) Copyright by Ales Pecnik, 1993 |
  4.             +-------------------------------------------------+
  5.  
  6.  
  7.  
  8.                                  ABSTRACT
  9.                                 ----------
  10.  
  11. DviHp is a printer driver for HP LaserJet (trademark of the Hewlett Packard
  12. Company)  and  compatibile  printers.   It  translates  DVI  files, usually
  13. generated  by  TeX,  to  a code, understood by HP-LJ (PCL - printer control
  14. language).   DviHp  supports  downloading  fonts, which gives you extremely
  15. fast output. It allows you to include IFF ILBM files into your documents.
  16.  
  17.  
  18.                                  COPYRIGHT
  19.                                 -----------
  20.  
  21. DviHp is copyrighted software. All rights reserved.
  22.  
  23.  
  24.                                  SHAREWARE
  25.                                 -----------
  26.  
  27. This  program  is  made available to you through the concept of "Shareware"
  28. which  is  a form of distribution different from the traditional commercial
  29. method.  With shareware, you are able to "try before you buy".
  30.  
  31.  
  32.                                   LICENSE
  33.                                  ---------
  34.  
  35. A  limited,  30 day license is granted to anyone for the express purpose of
  36. program  evaluation only.  Commercial or governmental use is limited to one
  37. person  during this period.  Registration is required for any use after the
  38. expiration of this license.
  39.  
  40.  
  41.                                 DISCLAIMER
  42.                                ------------
  43.  
  44. No  warranties  are  implied  or  expressed  with  regard to the fitness or
  45. merchantability  of  DviHp  for  any  particular  purpose.   All  risks and
  46. damages,  incidental  or  otherwise,  arising  through the use or misuse of
  47. DviHp are entirely at the responsibility of the user.
  48.  
  49. While  considerable  effort  has  been  made to provide you with a reliable
  50. product,  there  is no guarantee that this program is 100% "bug-free".  Any
  51. problems that do arise will be corrected when and if feasible.  Maintenance
  52. releases  will  be made available in order to correct potentially hazardous
  53. malfunctions  within  the  program.   Fixes  for  benign  problems, usually
  54. cosmetic  in  nature,  will  most  likely  be deferred until the next major
  55. release.
  56.  
  57. This  disclaimer does not guarantee future versions of this product, only a
  58. prescribed  method  of dealing with possible errors, and their corrections,
  59. to this program.
  60.  
  61.  
  62.                                DISTRIBUTION
  63.                               --------------
  64.  
  65. Distribution is limited to the original shareware distribution archive file
  66. only.   None of the member files may be omitted.  Furthermore, no profit or
  67. other  material  gain  may be realized for distributing DviHp with the sole
  68. exception  of recovery for media, postage and copying fee (not more than 10
  69. US$).   Bundling  DviHp, the distribution archive or any member files, with
  70. any  commercial  product is expressly prohibited, but it may be included in
  71. so  called  disk  libraries with public domain, shareware or otherwise free
  72. programs.
  73.  
  74.  
  75.                              TABLE OF CONTENTS
  76.                             -------------------
  77.  
  78. 1. Installation
  79.  
  80. 2. Running DviHp
  81.  
  82. 3. Special commands
  83.  
  84. 4. Registration
  85.  
  86. 5. Contact address
  87.  
  88.  
  89.  
  90.                               1. INSTALLATION
  91.                              -----------------
  92.  
  93. Put DviHp and its icon in a suitable directory.  Then copy file HP_LJ_DviHp
  94. to   DEVS:Printers  directory  and  select  this  driver  via  Preferences.
  95. HP_LJ_DviHp  is  a  driver  for HP LaserJet and compatibile printers, which
  96. checks  SPECIAL_TRUSTME  flag  (this  flag  is ignored in other 1.3 printer
  97. drivers),  which  is used for printing IFF ILBM files.  If you don't intend
  98. to print IFF files, you may use any other printer driver.
  99.  
  100. DviHp  requires  three  public  domain - shareware packages to run.  Two of
  101. them are libraries (req library version 2 or higher and arp library version
  102. 39  or  higher),  the  third  is a program called "FLIB" and is distributed
  103. within PasTeX (shareware package) by Georg Hessman.
  104.  
  105. If  you  don't  have  these  files,  connect to your nearest Bulletin Board
  106. System  or try to get them from someone who spreads PD software.  Libraries
  107. shouldn't  be  difficult to get at all.  FLIB is included in PasTeX package
  108. and  probably  in  other  TeX packages too, but I haven't tested DviHp with
  109. others.
  110.  
  111.  
  112.                              2. RUNNING DviHp
  113.                             ------------------
  114.  
  115. From CLI / Shell:
  116. ~~~~~~~~~~~~~~~~~
  117. Just type "DviHp". There are no options to be used in a command line.
  118.  
  119. From Workbench:
  120. ~~~~~~~~~~~~~~~
  121. Double click on DviHp's icon.
  122. ---
  123. Then answer the requesters appropriately.
  124.  
  125. Note  for  Shareware  version  users:  Requesters are completely ignored in
  126. shareware  version  of this program.  You can't select which pages to print
  127. (DviHp  will print all of them), you can't choose only even/odd pages (even
  128. and odd pages will be printed), you can't choose number of copies (only one
  129. copy  will  be  printed)  and  you can't select whether DviHp should remove
  130. fonts from memory after it has finished or not (DviHp will remove them).
  131.  
  132. Note:  Fonts used with DviHp should be PK fonts, packed into libraries with
  133. FLIB.   DviHp  is  unable  to  find  or  use fonts in any other form.  Font
  134. libraries should be placed in directory TeX:FontLib, their filenames should
  135. be in form PKxxxx, where xxxx is size (e.g. PK0300, PK0746, PK0329).
  136.  
  137. If  DviHp is unable to find one or more fonts, it will output font name and
  138. size and abort execution.
  139.  
  140.  
  141.                             3. SPECIAL COMMANDS
  142.                            ---------------------
  143.  
  144. DviHp  currently  understands  only one \special command.  This command has
  145. the form:
  146.  
  147.   \special{ifffile=pic.file hsize=300 vsize=300 hoffset=300 voffset=300}
  148.  
  149. This  command  allows  you  to  include  IFF  ILBM  files in your document.
  150. Special  command  MUST start with the "ifffile=" keyword, sequence of other
  151. keywords  may  be  altered.  All keywords except "ifffile=" may be omitted;
  152. default values for hoffset and voffset are 0, for hsize and vsize:
  153. - if hsize and vsize are set to 0 or if these keywords are omitted, default
  154.   values for both are 300,
  155. - if only hsize  or vsize is set to 0  or ommited,  program will  calculate
  156.   the other value so that aspect ratio will be correct.
  157. Values (hsize, vsize, hoffset and voffset) are in dots (1 dot = 1/300").
  158.  
  159. Notices:   hoffset  is  absolute  offset  from  the left edge of the paper,
  160. voffset is relative offset from the current point (it may be negative).
  161.  
  162. If you intend to use IFF ILMB files, you'll need iff library too.
  163.  
  164.  
  165.                               4. REGISTRATION
  166.                              -----------------
  167.  
  168. 1. Why register?
  169.  
  170. You will be able to select:
  171.       - which pages you want to print,
  172.       - only even/odd pages,
  173.       - number of copies,
  174.       - whether DviHp should remove fonts from memory after it has finished
  175.         or not.
  176. First  requester  in shareware version, telling you that this is shareware,
  177. is removed from registered version.
  178.  
  179.  
  180. 2. Payment
  181.  
  182. Please  remit  via  international  or  postal  money  order.   Cheques  are
  183. accepted,  but  if  you're  not from Slovenia please make sure at your bank
  184. FIRST  that  your  cheque  will  be  accepted  by a foreign (Slovene) bank.
  185. Sending cash is allowed, but at your own risk!
  186.  
  187.  
  188. 3. Registration form
  189.  
  190. Registration  form  is  located  in  a  separate  file, "Registration.txt".
  191. Answering  ALL  the questions in that form is required, except those marked
  192. with "opt" (optional).
  193.  
  194.  
  195. 4. Rejected registrations
  196.  
  197. Registrations which:
  198.  
  199. - lack  your signature, 
  200. - don't have a complete list of users enclosed with them (only if you are
  201.   ordering more than one copy, but not for an organization),
  202. - don't have the correct sum written in the "TOTAL" field of registration
  203.   form
  204.  
  205. will  be  returned.   If  you  remit  via  cheque that is not accepted by a
  206. Slovene bank, the cheque and registration will be both returned.
  207.  
  208.  
  209. 5. Registration fee
  210.  
  211. Registration  fee  is  50 US$.  Details about discount rates are printed in
  212. registration  form.  Discounts are available if you are ordering registered
  213. copy for private or non-commercial use.
  214.  
  215.  
  216.                             5. CONTACT ADDRESS
  217.                            --------------------
  218.  
  219. If you wish to register or obtain further information, please write to:
  220.  
  221.               ALES PECNIK
  222.               SKOPSKA 6
  223.               61000 LJUBLJANA
  224.               SLOVENIA
  225.  
  226.      FidoNet: ALES PECNIK, 2:380/102
  227.